home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 026a / savescr.zip / SAVESCR.DOC < prev   
Text File  |  1990-12-13  |  2KB  |  48 lines

  1.                   Documentation for SAVESCR.BIN
  2.                             Tony Lima
  3.                         December 14, 1990
  4.  
  5. Note:  SAVESCR.BIN was originally developed as part of the
  6. Ashton-Tate Programmer's Library for dBASE III Plus.  I have
  7. restored the BIN file from my personal library.  However, the
  8. documentation is missing.  I have written this documentation
  9. file so users will have something to go on.  However, please
  10. realize that this documentation is based on my limited
  11. experience using this BIN file.  NO WARRANTY IS IMPLIED IN ANY
  12. WAY FROM THIS DOCUMENTATION.  THOSE USING SAVESCR.BIN DO SO AT
  13. THEIR OWN RISK.  NEITHER I NOR ANY COMPANY OR
  14. ORGANIZATION WITH WHICH I AM ASSOCIATED WILL BE RESPONSIBLE
  15. FOR ANY LIABILITY ASSOCIATED WITH USE OF THIS PROGRAM.  It is
  16. understood that this program is provided as a public service
  17. at no charge to those who use it.
  18.  
  19. By use of SAVESCR.BIN, you give your implicit consent to the
  20. above release of liability.  If you do not wish to release
  21. said liability, DO NOT USE THIS SOFTWARE.
  22.  
  23.                             Usage
  24.  
  25. Near the beginning of the program file, include the following
  26. command:
  27.  
  28. LOAD SAVESCR
  29.  
  30. When you want to save a screen, give the following command:
  31.  
  32. CALL SAVESCR WITH 'S1'
  33.  
  34. I believe SAVESCR can handle up to five screens, labelled S1
  35. through S5.  If you need to save a number of screens, please
  36. experiment to determine the maximum available in your
  37. particular configuration.
  38.  
  39. When you want to restore a screen, give the following command:
  40.  
  41. CALL SAVESCR WITH 'R1'
  42.  
  43. The usage is obvious.
  44.  
  45. If you find this documentation difficult to understand, I
  46. strongly recommend you not use this program or seek expert
  47. consulting assistance.
  48.